CloseCallbackType
import { CloseCallbackType } from "@hyper-fetch/sockets"
Description
Defined in socket/socket.types.ts:25
Preview
type CloseCallbackType<SocketType> = (socket: SocketType) => void;
Structure
(socket: SocketType) => void
import { CloseCallbackType } from "@hyper-fetch/sockets"
Defined in socket/socket.types.ts:25
type CloseCallbackType<SocketType> = (socket: SocketType) => void;
(socket: SocketType) => void